@charset "UTF-8";

/* 尾部 */
.footer-wrap {
    background: #e22323;
}

.footer-wrap-con {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
}

.footer-wrap-con>a {
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    background: transparent url('./red.png') center center no-repeat;
}

.footer-wrap-con .right-text {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #ff7777;
    height: 62px;
    line-height: 22px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
}